@charset "utf-8";
.game163 .bigImg *,
.game163 .smallScroll * {
	margin:0;
	padding:0;
	list-style:none;
}

.game163 {
	position:relative;
	width: 100%;
	max-width: 98%;
	margin: 0 1%;
}
.game163 .bigImg {
	height:3rem;
	position:relative;
}
.game163 .bigImg li img {
	vertical-align:middle;
	border:1px solid #ccc;
}

.game163 .smallScroll {
    padding-top: 01rem;
    height: 5rem;
}

.game163 .sPrev,.game163 .sNext {
	float:left;
	display:block;
	height: 2.5rem;
	text-indent:-9999px;
	background: url(/template/images/sprites1008.png) no-repeat 0 -3046px;
	position: relative;
	top: 1rem;
	width: 0.8rem;
	/* max-width: 0.5rem; */
}
.game163 .sNext {
	background-position:0 -2698px;
	float: right;
}
.game163 .sPrev:hover {
	background-position:0 -3133px;
}
.game163 .sNext:hover {
	background-position:0 -2785px;
}
.game163 .smallImg {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%;
    max-width: 89%;
}

.game163 .smallImg ul {
	height:5rem;
	width:9999px;
	overflow:hidden;
}
.game163 .smallImg li {
	float:left;
	cursor:pointer;
	display:inline;
	width: 5.8rem;
	/* max-width: 5.8rem; */
	text-align: center;
}

.game163 .smallImg img {
	border:0.05rem solid #dcdddd;
	width: 100%;
	max-width: 96%;
}

.game163 .smallImg .on img {
	border-color:#FF850B;
}

.game163 .smallImg .tempWrap {
    margin: 0 auto;
}